

 Program BiaPlt_v11 computes total Basal Area and Basal Area increment
 from tree ring data.  The program requires radial treering data
 in decade format files and a file of either Pith Estimates, the 
 number of years missing to the pith (expressed as an integer) or a
 tree diameter measurement in centimeters (expressed as a real number).
 The optimal format for these files, though not strictly enforced, 
 would be something like:

 Pith Estimates (integers)        Diameters (real,centimeters)
  2  core1a                          21.3   core1a
  4  core1b                          45.2   core1b
  1  core2a                          21.5   core2a
  2  .etc..                          32.7   .etc..
  0 .......                          40.1   .......

 What is required is that you know how to describe this file format
 in a fortran read statement e.g., (i2) for the example on the left,
 or (f4.1) for the example on the right.  The estimates or diameters
 must be in the same series order as the measurements in the data file.

 This version is currently configured with the following dimensions
 Mx series= 1001 Mx age= 5001 Mx input files=   50
 If any of your jobs dimesions exceeds these values quit now and call
 your local programmer. pjk-ldeo

  Hit RETURN to Continue



 Read file names from a list file?
 Enter [t]rue or [f]alse > f


 Enter Raw Ring Width File  Name >   BPSBP_high.RAWF

 Enter Pith Estimate/Diameter File  Name >   BPSBP_high.PITHF

 Tell me something about your Pith Estimate/Diameter file
  [1] = Pith Estimate only
  [2] = Diameter only
 > 1

 Enter Estimate/Diameter file READ format
 e.g., (i2), (f6.3) etc.. > (i2)
 Select output file format
  [1] Column
  [2] Decade
 > 1

 READING INCREMENT FILE :> BPSBP_high.RAWF               

 Title of data:
BPSBP CheckPost Bridge Plantation (HIGH) Pinus wallichiana                      

 Title of data:
27:19: 6.5N 89:33: 1.8E   2280m                                                 

 Title of data:
BPSBP Bhutan pjk, d.Dukpa                                                       

 Total series read =   22

 READING PITH ESTIMATE FILE :> BPSBP_high.PITHF              

 SERIES#      ID    IYR  LYR   AGE   PITH   
       1   BPSBP08A 1993 2006   14    2
       2   BPSBP08B 1993 2006   14    2
       3   BPSBP07A 1992 2006   15    2
       4   BPSBP06B 1994 2006   13    2
       5   BPSBP02C 1993 2006   14    2
       6   BPSBP02D 1993 2006   14    2
       7   BPSBP11C 1990 2006   17    2
       8   BPSBP11D 1990 2006   17    2
       9   BPSBP04F 1990 2006   17    0
      10   BPSBP04E 1990 2006   17    0
      11   BPSBP12A 1991 2006   16    0
      12   BPSBP12B 1991 2006   16    0
      13   BPSBP01A 1992 2006   15    2
      14   BPSBP01B 1992 2006   15    2
      15   BPSBP10C 1988 2006   19    0
      16   BPSBP10D 1988 2006   19    0
      17   BPSBP03E 1992 2006   15    2
      18   BPSBP03F 1992 2006   15    2
      19   BPSBP09E 1993 2006   14    2
      20   BPSBP09F 1993 2006   14    2
      21   BPSBP13C 1992 2006   15    1
      22   BPSBP13D 1992 2006   15    1

 Writing output to file : BPSBP_high_BAI                

 Data Plotting Selections.
  [1] plot individual series data
  [2] plot file summery data
  [return] to continue 
  [3] quit program
 > 2
Macintosh Window


               |************** plot options menu **************|
               | replot             [0] max. x            [14] |
               | background color   [1] min. x            [15] |
               | frame color        [2] max. y1           [16] |
               | text color         [3] min. y1           [17] |
               | major ticks x      [8] max. y2           [18] |
               | minor ticks x      [9] min. y2           [19] |
               | major ticks y1    [10] major ticks y3    [20] |
               | minor ticks y1    [11] major ticks y3    [21] |
               | major ticks y2    [12] max. y3           [22] |
               | minor ticks y2    [13] min. y3           [23] |
               |                                               |
               |              reset options  [99]              |
               |-----------------------------------------------|
               |     [s]ave  [c]ontinue>  [n]o more plots      |
               |_______________________________________________|

                enter option number > s

               Enter plot_data file name : BPSBP
Macintosh Window


               |************** plot options menu **************|
               | replot             [0] max. x            [14] |
               | background color   [1] min. x            [15] |
               | frame color        [2] max. y1           [16] |
               | text color         [3] min. y1           [17] |
               | major ticks x      [8] max. y2           [18] |
               | minor ticks x      [9] min. y2           [19] |
               | major ticks y1    [10] major ticks y3    [20] |
               | minor ticks y1    [11] major ticks y3    [21] |
               | major ticks y2    [12] max. y3           [22] |
               | minor ticks y2    [13] min. y3           [23] |
               |                                               |
               |              reset options  [99]              |
               |-----------------------------------------------|
               |     [s]ave  [c]ontinue>  [n]o more plots      |
               |_______________________________________________|

                enter option number > n

 Data Plotting Selections.
  [1] plot individual series data
  [2] plot file summery data
  [return] to continue 
  [3] quit program
 > 

 Normal Termination of Program
